label.error {
    color: red;
    font-style: normal;
    padding-left: 10px;
}

em.required {
    color: red;
    font-style: normal;
    font-weight: normal;
    padding-right: 1px;
}

.page {
    font-size: 12px;
}

a.page {
    text-decoration: none;
    color: #000000;
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    margin: 0 3px;
    background-color: #f0f0f0;
    border: #cccccc solid 1px;
}

a.page:hover {
    text-decoration: none;
    color: #ff6600;
}

a.page-curr {
    text-decoration: none;
    color: #ff6600;
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    margin: 0 3px;
    background-color: #ffffff;
    border: #ff6600 solid 1px;
    color: #ff6600
}

.w {
    width: 1200px;
}

.w1 {
    width: 320px;
}

.w2 {
    width: 850px;
}

.c-desc {
    color: #8c8c8c;
}

.c-node {
    color: #458fce;
}

.c-infoem {
    color: #3b639f;
}

.c-comment {
    color: #1E50A2;
}

a.a {
    color: #252525;
    text-decoration: none
}

a.a:hover {
    color: #cd0200;
    text-decoration: underline
}

a.nava {
    color: #fff;
    text-decoration: none;
}

a.nava:hover {
    color: #fef082;
    text-decoration: none;
}

a.topa {
    color: #666;
    font-size: 12px;
    text-decoration: none;
}

a.topa:hover {
    color: #333;
}

a.detaila {
    font-size: 12px;
    color: #3b639f;
}

a.detaila:hover {
    text-decoration: underline;
}

.notifi {
    padding: 1px 5px 2px 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #252525;
}

.notifi-curr {
    background-color: #f39c12;
    color: #fff;
    border-color: #f39c12;
}

#notifi-container a.notifi-source {
    color: #006699;
}

#notifi-container a.notifi-target {
}

#notifi-container a.notifi-view {
    color: #3E62A6;
}

.favorite-icon-curr {
    color: #ffbb00;
}

.search-input {
    font-size: 14px;
    padding: 6px;
    height: 18px;
    line-height: 17px;
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-right: 0;
}

.search-input:focus {
    border-left: 2px solid #3297d8;
    border-top: 2px solid #3297d8;
    border-bottom: 2px solid #3297d8;
}

.nav {
    display: flex;
    justify-content: space-between;
}

.nav .item {
    padding: 0 30px;
}

.nav .first {
    border-right: 1px solid #355C90;
}

.nav .middle {
    border-left: 1px solid #82ABDB;
    border-right: 1px solid #355C90;
}

.nav .last {
    border-left: 1px solid #82ABDB;
}

.nav .curr {
    font-weight: bold;
}

.focus {
    position: relative;
    overflow: hidden;
}

.focus-content {
    position: relative;
    padding-left: 0;
    list-style: none;
}

.focus-content .content-item {
    float: left;
    position: relative;
}

.focus-content .content-item .item-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000;
    filter: alpha(opacity=50);
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
}

.focus-content .content-item .item-title .title-text {
    position: relative;
}

.focus-page {
    position: absolute;
    bottom: 30px;
    right: 3px;
}

.focus-page .page-num {
    padding: 0 5px;
    background: #666;
}

.focus-page .curr {
    background: #cc0000;
}

a.focusa {
    color: #fff;
    text-decoration: none;
}

a.focusa:hover {
    color: #ffff00;
}

.ico-point-blue {
    background: url(img/ico-point-blue.png) 0 center no-repeat;
}

.ico-point-red {
    background: url(img/ico-point-red.png) 0 center no-repeat;
}

.info-list li.item {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}

.info-list li.spacing {
    height: 15px;
}

.rank-top {
    margin: 3px 0;
    width: 15px;
    line-height: 17px;
    color: #fff;
    background-color: #db2323;
}

.rank-normal {
    margin: 2px 0;
    width: 15px;
    line-height: 17px;
    border: 1px solid #ccc;
}

.box1 {
    height: 29px;
    line-height: 28px;
    background-color: #fbfbfb;
    border-top: 2px solid #458fce;
    border-bottom: 1px solid #dbecec;
}

.box1 .head {
    padding-left: 10px;
}

.box2 {
    border: 1px solid #d2e1f1;
}

.box2 .head {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: url(img/box_bg.png);
}

.box3 {
    height: 29px;
    line-height: 30px;
    position: relative;
    border-top: 2px solid #458fce;
    border-bottom: 1px solid #dbecec;
    background-color: #fbfbfb;
}

.box3 .head {
    padding: 0 20px;
    background-color: #fff;
    position: absolute;
    border-left: 1px solid #bdd7f2;
    border-right: 1px solid #bdd7f2;
}

.box4 {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: url(img/box_bg.png);
    border-top: 1px solid #bdd7f2;
}

.cert {
    padding-right: 18px;
    margin-right: 2px;
    background: url(img/cert.png) right center no-repeat;
}

.play {
    padding-right: 5px;
    background: url(img/play.png) 5px center no-repeat;
}

.info-title {
    line-height: 1.5;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei";
    font-size: 24px;
}

.info-detail {
    padding: 5px;
}

.info-text {
    font-size: 14px;
    line-height: 2;
}

.info-text img {
    max-width: 100%;
    text-align: center;
    display: block;
    margin: 20px auto;
}

.score-mood {
    padding: 10px 0;
    list-style: none;
    text-align: center;
}

.score-mood .mood-item {
    float: left;
    margin: 0 10px;
    padding: 0 5px;
    cursor: pointer;
}

.score-mood .mood-item .item-count {
    color: #cc3333;
}

.score-mood .mood-item .item-img {
    padding: 2px 0;
}

.digg .digg-item {
    float: left;
    padding-left: 90px;
    width: 136px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #256eb1;
}

#diggs {
    background: url(img/digg.png);
}

#burys {
    margin-left: 20px;
    background: url(img/digg.png) no-repeat -149px 0;
}

#diggs:hover {
    background: url(img/digg.png) 0 -50px;
}

#burys:hover {
    background: url(img/digg.png) -149px -50px;
}

a.comment-like {
    color: #666;
    text-decoration: none;
}

a.comment-like:hover {
    color: #BA2636;
}

.comment-score {
    color: #BA2636;
}

.comment-i {
    font-size: 14px;
    margin-top: 5px;
    border: 1px solid #379BE9;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.comment-form {
    border: 1px solid #ccc;
    margin-top: 5px;
}

.comment-form-body {
    padding: 8px;
}

.comment-form-footer {
    border-top: 1px solid #ccc;
    overflow: hidden;
    padding: 8px;
}

.comment-textarea {
    width: 100%;
    height: 80px;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    resize: none;
}

.comment-captcha {
    width: 94px;
    padding: 4px;
    height: 32px;
    line-height: 22px;
    border: 1px solid #ccc;
}

.comment-captcha-img {
    cursor: pointer;
    border: 1px solid #ccc;
    margin: 0;
    vertical-align: top;
    display: none;
}

.comment-button {
    height: 32px;
    padding: 0 1em;
    border: 0;
    margin: 0;
    background-color: #d1331a;
    font-size: 14px;
    color: #fff;
}

.comment-like {
    text-align: right;
}

.comment-avatar {
    padding: 2px;
    border: 1px solid #ccc;
    width: 42px;
    height: 42px;
}

a.comment-login {
    color: #458FCE;
}

.guestbook-i {
    font-size: 14px;
    border: 1px solid #379BE9;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

a.guestbook-login {
    color: #458FCE;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

/*
.button{padding:0 0.5em;height:24px;border:1px solid #999;background-color:#eee;line-height:normal;overflow:visible;}
.button:hover{border:1px solid #7a7a7a;background-color:#dfdfdf;}
.button:active{border:1px solid #7a7a7a;background-color:#fff;}
.button:focus{border:1px solid #7a7a7a;background-color:#dfdfdf;}
*/
.logo {
    font-size: 24px;
    text-decoration: none;
    color: #4e7ebe;
    line-height: 90px;
    font-family: Microsoft Yahei;
    font-weight: bold
}

﻿﻿

@charset "utf-8";
body {
    font-family: Hiragino Sans GB, Microsoft Yahei, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    background: #f1f1f1;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    transition: none !important;
}

a:hover {
    text-decoration: none;
    color: #F74906;
}

img {
    vertical-align: middle;
}

a, img, button, input, textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

section {
    display: block;
}

em, i {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

p {
    word-wrap: break-word;
    word-break: break-all;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/*头部*/
.header_wrap {
    width: 100%;
    min-width: 1200px;
    height: auto;
    background: #fff;
}

.header_wrap.fixed {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    background: #000;
    -webkit-opacity: 0.9;
    opacity: 0.9;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden;
}

.header {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.header .head {
    width: 100%;
    height: 68px;
}

.header .head .logo {
    float: left;
    margin-top: 10px;
}

.header .head .logo img {
    width: 278px;
    height: auto;
    display: block;
}

.header .head .epaper {
    width: 82px;
    height: auto;
    padding-top: 16px;
    float: right;
}

.header .head .epaper img {
    width: 100%;
    height: auto;
    border: none;
}



.header .head .date {
    line-height: 68px;
    margin-right: 15px;
    font-size: 12px;
    color: #999;
    float: right;
    height: 68px;
}

.header .head .link {
    color: #666;
}

.header .head .link a {
    color: #666;
    margin-right: 10px;
}

.header .head .link a:hover {
    color: #F74906;
}

.header .head .link span {
    color: #eee;
    font-family: arial;
    margin-left: 2px;
    margin-right: 8px;
}

.header .head .menu_mobile {
    height: 30px;
    padding: 10px 10px 3px;
    text-align: right;
    display: none;
}

.header .head .menu_mobile .btn_open_menu {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(img/menu.png) center center no-repeat;
    background-size: auto 70%;
    float: left;
}

.header .head .menu_mobile .btn_close_menu {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(img/close.png) center center no-repeat;
    background-size: 75% 75%;
    display: none;
}

.header .head .menu_mobile .paper {
    width: 30px;
    height: 30px;
    float: right;
}

.header .head .menu_mobile .paper a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(img/paper.png) center center no-repeat;
    background-size: auto 80%;
    font-size: 0;
}

.header .nav_wrap {
    float: right;
}

.header .nav_wrap .nav_mobile {
    padding-bottom: 20px;
    margin-bottom: 10px;
    background: url(img/line.png) center bottom no-repeat;
    text-align: center;
    display: none;
}

.header .nav_wrap .nav_mobile li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: #F74906;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0 20px;
}

.header .nav_wrap .nav_mobile li a {
    display: block;
    color: #fff;
    text-indent: -9999px;
}

.header .nav_wrap .nav_mobile li .login {
    background: url(img/layout.png) 18px 3px no-repeat;
}

.header .nav_wrap .nav_mobile li .search {
    background: url(img/layout.png) -23px 6px no-repeat;
}

.header .nav_wrap .nav_mobile li .fanti {
    text-indent: 0;
}

.header .nav_list {
    width: 100%;
    height: 100%;
    position: relative;
}

.header .nav_list .item {
    height: 68px;
    line-height: 68px;
    font-size: 16px;
    float: left;
}

.header .nav_list .item.hide {
    display: none;
}

.header .nav_list .item .link {
    display: block;
    padding: 0 18px;
    color: #444;
    -webkit-transition: color 0.3s ease-in-out 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s;
    -ms-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

.header .nav_list .item .link:hover {
    background: #f6f6f6;
    color: #F74906;
}

.header .nav_list .item .link.cur {
    background: #f6f6f6;
    color: #F74906;
}

.header .nav_list .item .link.on {
    background: #f6f6f6;
    font-weight: bold;
    color: #F74906;
}

.header .nav_list .mobile_more {
    width: 20%;
    height: 32px;
    line-height: 32px;
    background: #fff;
    font-size: 18px;
    color: #000;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: none;
}

.header .nav_list .mobile_slideup {
    width: 20%;
    height: 32px;
    line-height: 32px;
    background: #fff;
    font-size: 18px;
    color: #000;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: none;
}

.header .subnav {
    width: 980px;
    height: 40px;
    padding-left: 220px;
    background: #f1f1f1;
    position: absolute;
    left: -220px;
    bottom: -40px;
    z-index: 9;
    display: none;
}

.header .subnav .list {
    width: 100%;
    height: 24px;
    line-height: 20px;
    padding-top: 8px;
}

.header .subnav .list li {
    display: inline-block;
}

.header .subnav .list li a {
    font-size: 14px;
    color: #666;
}

.header .subnav .list li a:hover {
    color: #F74906;
}

.header .subnav .list li.line {
    padding: 0 12px;
    font-size: 12px;
    color: #999;
}



﻿body {
    overflow-x: hidden;
}

/*返回顶部*/
#tipback {
    width: 45px;
    height: 45px;
    background: #ccc url(img/back.png) center center no-repeat;
    cursor: pointer;
    position: fixed;
    left: 50%;
    margin-left: 600px;
    bottom: 100px;
    z-index: 100;
    display: none;
    _position: absolute;
    _bottom: auto;
    _top: expression(documentElement.scrollTop + 300);
}


.box-shadow {
    box-shadow: 0 0 0 rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .15);
}

.lmfl {
    width: 100%;
    height: 110px;
    border-radius: 4px;
}

.left-bg .left-bg-left {
    float: left;
}

.left-bg .left-bg-left img {
    border-radius: 50%;
    height: 48px;
    width: 48px;
    border: 2px solid #e1e1e1;
}

.left-bg .left-bg-right {
    float: right;
    width: calc(100% - 60px);
}

.left-bg .left-bg-right .fly-list a.layui-badge {
    top: -2px;
    padding: 0 5px !important;
    margin-right: 10px;
    line-height: 18px !important;
    font-size: 12px !important;
    border: 1px solid #5FB878;
    background: none;
    color: #5FB878;
}

.left-bg .left-bg-right .fly-list .fly-list-title {
    float: left;
    width: 80%;
}

.left-bg .left-bg-right .fly-list .fly-list-title a {
    max-width: 80%;
    padding-right: 10px;
    font-size: 16px;
    float: left;
}

.left-bg .left-bg-right .fly-list .layui-badge {
    float: right;
    border-radius: 2px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    padding: 0 6px;
    margin-top: 2px;
}

.layui-bg-black {
    background-color: #393D49 !important;
}

.layui-bg-red {
    background-color: #FF5722 !important;
}

.left-bg .left-bg-right .fly-list-info .fly-list-zz, .left-bg .left-bg-right .fly-list-info .fly-list-date, .left-bg .left-bg-right .fly-list-info .fly-list-kiss {
    float: left;
    margin-right: 20px;
    color: #999;
    font-size: 13px;
    line-height: 24px;
}

.left-bg .left-bg-right .fly-list-info .fly-list-kiss {
    color: #FF5722 !important;
}

.left-bg .left-bg-right .fly-list-info .fly-list-nums {
    float: right;
    color: #999;
    font-size: 13px;
    line-height: 24px;
}

.fly-panel-title-r {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    color: #ff3547;
    border-radius: 2px 2px 0 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0 !important;
    background-color: #fff5f6;
    border-top: 2px solid #ff3547;
    border-bottom: 1px solid #ffbdc3;
}

.fly-panel-title-b {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    color: #4285f4;
    border-radius: 2px 2px 0 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0 !important;
    background-color: #f2f5fb;
    border-top: 2px solid #4285f4;
    border-bottom: 1px solid #e1e7f1;
}

.fly-panel-title-g {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    color: #00c851;
    border-radius: 2px 2px 0 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0 !important;
    background-color: #e7f9ee;
    border-top: 2px solid #00c851;
    border-bottom: 1px solid #d2e8db;
}

.fly-panel-title1 {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0 !important;
    background-color: #fbfbfb;
    border-top: 2px solid #458fce;
    border-bottom: 1px solid #dbecec;
}

.fly-panel-title {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    border-bottom: 1px dotted #E9E9E9;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0 !important;
    background-color: #fbfbfb;
    border-top: 2px solid #458fce;
    border-bottom: 1px solid #dbecec;
}

.bzry li{
    margin-bottom: 10px;
}

.bzry li:last-child{
    margin-bottom: 0;
}

.bzry li a {
    float: left;
    font-size: 15px;
    max-width: 87%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.bzry li span {
    float: left;
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

.htzb li {
    float: left;
    width: 70px;
    margin-right: 20px;
}

.htzb li a {
    display: block;
}

.htzb li a img {
    width: 70px;
    height: 70px;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
}

.htzb li a h1 {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.htzb li a p {
    font-size: 12px;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0 !important;
    color: #999;
}

.htzb li:nth-child(4n) {
    margin-right: 0;
}

.fly-list-quick {
    border: 1px solid #f2f2f2;
    border-bottom: none;
    border-right: 0;
}

.fly-list-quick .layui-col-xs6 {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #f2f2f2;
    border-left: none;
    border-top: none;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 50%;
    float: left;
}

.fly-list-quick a {
    display: block;
    font-size: 15px;
}

.link-list li+li{
        width: 100%;
    margin-top: 10px;
}

.link-list li{
        width: 100%;
}
.link-list li img{
        width: 100%;
    border: 1px solid #ccc;
height: 70px;
}

.iconfont{
    margin-right: 5px;
}